Pull all test case from a test target to use it locally as json or yaml and work with the files directly. There is also a "opposite" endpoint to push the files back to the test target.
Copy
curl --request GET \ --url https://app.octomind.dev/api/apiKey/beta/test-targets/{testTargetId}/pull \ --header 'X-API-Key: <api-key>'
Pull all test case from a test target to use it locally as json or yaml and work with the files directly. There is also a "opposite" endpoint to push the files back to the test target.
Get the pull data for a specific test target
GET
/
apiKey
/
beta
/
test-targets
/
{testTargetId}
/
pull
Pull all test case from a test target to use it locally as json or yaml and work with the files directly. There is also a "opposite" endpoint to push the files back to the test target.
Copy
curl --request GET \ --url https://app.octomind.dev/api/apiKey/beta/test-targets/{testTargetId}/pull \ --header 'X-API-Key: <api-key>'